home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 388_01 / ae / 93 / jul / modeless.pc < prev    next >
Encoding:
Text File  |  1980-01-01  |  2.2 KB  |  88 lines

  1. Sample Configuration File 
  2. Modeless Interface with Stdscr Curses Function Keys
  3. Anthony's Editor July 93
  4. Copyright 1993, 1993 by Anthony Howe.  All rights reserved.  No warranty.
  5.  
  6. 1:\
  7. File read and write\t\^R  \^W\t\tLeft, down, up, right\tarrow keys\n\
  8. Version, quit\t\t\^K\^V  \^X  \^K\^X\tWord left and right\t\^Left  \^Right\n\
  9. Macros\t\t\t\^K\^M\t\tPage down and up\tPgUp   PgDn\n\
  10. Help on and off\t\tF1\t\tFront and end of line\tHome   End\n\
  11. Redraw\t\t\t\^L\t\tTop and bottom of file\t\^Home  \^End\n\
  12. Insert \t\t\ttyped keys\tDelete left and right\tBACKSPACE DEL\n\
  13. Literal escape\t\t\^V\t\tBlock, cut, paste\tF2  F3  F4\n\
  14. Undo\t\t\t\^U\t\tInvert case\t\tF5\n
  15.  
  16. #.help_off
  17. .literal    ^V
  18. .cursor_up    ^[H
  19. .cursor_down    ^[P
  20. .cursor_left    ^[K
  21. .cursor_right    ^[M
  22. .page_up    ^[I
  23. .page_down    ^[Q
  24. .word_left    ^[s
  25. .word_right    ^[t
  26. .line_left    ^[G
  27. .line_right    ^[O
  28. .file_top    ^[w
  29. .file_bottom    ^[u
  30. .delete_left    ^H
  31. .delete_right    ^[S
  32. .help        ^[;
  33. .block        ^[<
  34. .cut        ^[=
  35. .paste        ^[>
  36. .flip_case    ^[?
  37. .undo        ^U
  38. .file_read    ^R
  39. .file_write    ^W
  40. .redraw        ^L
  41. .quit_ask    ^X
  42. .quit        ^K^X
  43. .show_version    ^K^V
  44. .macro        ^K^M
  45. .macro_define
  46. .macro_define
  47. .macro_define
  48. .macro_define
  49. .macro_define
  50.  
  51. 2:%s: Terminated successfully.\n
  52. 3:%s: Unspecified error.\n
  53. 4:usage: %s [-f <config>] [file]\n
  54. 5:%s: Failed to initialize the screen.\n
  55. 6:%s: Problem with configuration file.\n
  56. 7:%s: Failed to allocate required memory.\n
  57. 8:Ok.
  58. 9:An error occured.
  59. 10:No more memory available.
  60. 11:File \"%s\" is too big to load.
  61. 12:Scrap is empty.  Nothing to paste.
  62. 13:Failed to find file \"%s\".
  63. 14:Failed to open file \"%s\".
  64. 15:Failed to close file \"%s\".
  65. 16:Failed to read file \"%s\".
  66. 17:Failed to write file \"%s\".
  67. 18:Not a portable POSIX file name.
  68. 19:File \"%s\" %ld bytes.
  69. 20:File \"%s\" %ld bytes saved.
  70. 21:File \"%s\" %ld bytes read.
  71. 22:File \"%s\" modified.
  72. 23:Invalid control character or \\number not 0..255.
  73. 24:No such macro defined.
  74. 25:No more macro space.
  75. 26:Interrupt.
  76. 27:<< EOF >>
  77. 28:Macro :
  78. 29:File not saved.  Quit (y/n) ?
  79. 30:[ Press a key to continue. ]
  80. 31:Read file :
  81. 32:Write file :
  82. 33:Write block :
  83. 34:\smore\s
  84. 35:\sy\b
  85. 36:\sn\b
  86. 37:\sq\b
  87. 38:Nothing to undo.
  88.